home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / AHAOS2.ARJ / OS2DRVRS < prev   
Text File  |  1992-08-15  |  5KB  |  119 lines

  1. Adaptec drivers
  2.  
  3. If you are having problems with the current ADD used by your host adapter
  4. and OS/2 2.0. You may want to try the newer version included here. Please
  5. keep a copy of the older version in case you want to return to it later.
  6.  
  7. The 1540A was NOT properly supported by previous versions of the AHA154x.ADD.
  8. Please try the new version if you have an A board. You may want to remove
  9. the line for IBMINT13.I13 from your CONFIG.SYS to verify that the ADD is
  10. being loaded correctly. If you then get a message about COUNTRY.SYS not found
  11. it is very likely that the ADD is NOT being loaded.
  12.  
  13.  
  14. Command line switches for Adaptec drivers and OS/2 2.0
  15.  
  16. OS/2 adapter device drivers (.ADD files) are normally installed automatically and require 
  17. no further information from the user. However, in certain situations the user 
  18. may wish to modify the behavior of the driver to meet their specific needs. 
  19.  
  20. The following examples will all use the driver for the Adaptec 1542B, but the 
  21. driver for any other Adaptec host adapter can be used instead.
  22.  
  23. The standard format for command line switches is :
  24. BASEDEV=AHA154X.ADD [Adapter ID] [Unit Parameter] {: [SCSI Target ID]}
  25.  
  26. [Adapter ID] - /A:n, where n is the number (zero relative) of the adapter 
  27. installed in the system. The adapter ID is determined when the driver is 
  28. loaded based on the order that adapters are found in the system. Please refer 
  29. to the section on each host adapter to determine the scanning order.
  30.  
  31. [Unit Parameter] - The modification being made to the behavior of the 
  32. selected host adapter
  33.  
  34. [SCSI Target ID] - The targets to which the Unit Parameter will be applied. 
  35. This parameter may be and single ID (d) or list of IDs (d,d,d).
  36.  
  37. General Unit Parameters
  38.  
  39.     /ET - Allow embedded targets.  This parameter indicates that the ADD 
  40.         should assume that all targets have more than one logical unit (LUN) 
  41.         defined.
  42.  
  43.     /!ET - Do not allow embedded targets (DEFAULT). This parameter 
  44.         indicates that the ADD should assume that all targets have only one 
  45.         logical unit (LUN) defined.
  46.  
  47.     /DM - Enable DASD manager support (DEFAULT). This parameter allows 
  48.     OS2DASD.DMD to control the specified target(s) if they are identified 
  49.         as DASD devices.
  50.  
  51.     /!DM - Disable DASD manager support. This parameter prevents 
  52.     OS2DASD.DMD from controlling the specified target(s).
  53.  
  54.     /SM - Enable SCSI manager support (DEFAULT). This parameter allows 
  55.     OS2SCSI.DMD to control the specified target(s) if they are identified 
  56.         as NON-DASD SCSI devices. 
  57.  
  58.         *** All SCSI hard drives will be controlled by OS2DASD.DMD. ***
  59.  
  60.     /!SM - Disable SCSI manager support. This parameter prevents 
  61.         OS2SCSI.DMD from controlling the specified target(s).
  62.  
  63.     Please note that there are no switches for controlling OS2ASPI.DMD 
  64.         directly. This is because it was not defined in IBM's specification 
  65.         and we cannot be sure that other host adapters will have the same 
  66.         switches. Since OS2ASPI.DMD shares devices (unlike OS2DASD.DMD) this 
  67.         should not be much of an inconvenience.
  68.  
  69.     Example 1
  70.     Suppose that you had a removable hard drive as target 3 and you wanted 
  71.         to control the hard drive with an ASPI application and driver. 
  72.         Normally OS2DASD will allocate this device, treat it as a large floppy 
  73.         and prevent you from sending any SCSI commands via ASPI. 
  74.  
  75.     BASEDEV=AHA154X.ADD /A:0 /!DM:3 will prevent OS2DASD.DMD from 
  76.     accessing the target and still allow OS2SCSI.DMD and OS2ASPI.DMD to 
  77.         share access to it.
  78.  
  79.     Example 2
  80.     Suppose that you had a CD-ROM as target 4 on host adapter 0 and two 
  81.         DASD devices as targets 1 and 5 on host adapter 1.
  82.  
  83.     BASEDEV=AHA154X.ADD /A:0 /!SM:4 /A:1 /ET /!DM:1,5 will prevent 
  84.     OS2SCSI.DMD from accessing the CD-ROM and prevent OS2DASD.DMD from 
  85.     controlling the DASD devices. The driver will also search for 
  86.         multiple LUNs on host adapter 1.
  87.  
  88. Driver Specific Information
  89.  
  90. AHA152X.ADD
  91. This driver can support two host adapters and searches for them at ports 340H 
  92. and 140H; boards are assigned adapter numbers in the order they are found.
  93.  
  94. AHA154X.ADD
  95. This driver can support four host adapters, distributed among six possible 
  96. port addresses. The port addresses are scanned in the order 330H, 334H,
  97. 230H, 234H, 130H, 134H; boards are assigned adapter numbers in the order they 
  98. are found.
  99.  
  100. Special Unit Parameters (07/31/92 and later )
  101.  
  102. /BON:t - allows the bus-on time to be set to a value between 2 and 15 
  103. microseconds. The default value for OS/2 2.0 is 7 microseconds and this value 
  104. should be used for most systems. 
  105.  
  106.  
  107.  
  108. AHA164X.ADD
  109. This driver can support host adapters installed in any 16-bit MCA slot. The 
  110. slots are scanned from lowest to highest and boards are assigned adapter 
  111. numbers in the order they are found.
  112.  
  113. AHA174X.ADD
  114. This driver can support host adapters installed in any EISA slot. The slots 
  115. are scanned from lowest to highest and boards are assigned adapter numbers 
  116. in the order they are found.
  117.  
  118.  
  119.